wormhole routing - meaning and definition. What is wormhole routing
Diclib.com
Online Dictionary

What (who) is wormhole routing - definition

DATA FLOW CONTROL SWITCHING METHOD
Wormhole routing; Wormhole flow control
  • Three flows on 2x2 network using Wormhole switching

wormhole routing         
<messaging> A property of a message passing system in which each part of a message is transmitted independently and one part can be forwarded to the next node before the whole message has been received. All parts of a single message follow the same route. The independent parts are normally small, e.g. one 32-bit word. This reduces the latency and the storage requirements on each node when compared with message switching where a node receives the whole message before it starts to forward it to the next node. It is more complex than message switching because each node must keep track of the messages currently flowing through it. With cut-through switching, wormhole routing is applied to packets in a packet switching system so that forwarding of a packet starts as soon as its destination is known, before the whole packet had arrived. (2003-05-15)
Wormhole switching         
Wormhole flow control, also called wormhole switching or wormhole routing, is a system of simple flow control in computer networking based on known fixed links. It is a subset of flow control methods called Flit-Buffer Flow Control.
Routed         
PROCESS OF SELECTING PATHS IN A DATA COMMUNICATIONS NETWORK
ROUTING; Routing information; Routing algorithm; External gateway protocol; Network routing; Network routing method; Routed protocols; Routed Protocols; Routable; Routed; Routing algorithms; Centralized routing
·Impf & ·p.p. of Rout.

Wikipedia

Wormhole switching

Wormhole flow control, also called wormhole switching or wormhole routing, is a system of simple flow control in computer networking based on known fixed links. It is a subset of flow control methods called Flit-Buffer Flow Control.: Chapter 13.2.1 

Switching is a more appropriate term than routing, as "routing" defines the route or path taken to reach the destination. The wormhole technique does not dictate the route to the destination but decides when the packet moves forward from a router.

Wormhole switching is widely used in multicomputers because of its low latency and small requirements at the nodes.: 376 

Wormhole routing supports very low-latency, high-speed, guaranteed delivery of packets suitable for real-time communication.